Skip to main content
GET
/
v1
/
account
/
branding
/account/branding
curl --request GET \
  --url https://api.tagdeliver.com/v1/account/branding \
  --header 'Authorization: Bearer <token>'
{
  "brand": "Content Ignite",
  "config": {
    "logo": "https://cdn.tagdeliver.com/assets/img/full-logo.svg",
    "logo_dark": "https://cdn.tagdeliver.com/assets/img/full-logo-dark.svg",
    "logo_flat": "https://cdn.tagdeliver.com/assets/img/flat-logo.svg",
    "colors": {
      "primary": "#F66F5E",
      "gradient": "linear-gradient(244deg, #F5B24F 0%, #F65C62 100%)",
      "primary_dark": "#f66f5e"
    },
    "url": "https://admin.contentignite.com",
    "whitelabel": true,
    "name": "Content Ignite",
    "support_link": "https://support.contentignite.com"
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
brand
string
required
config
object
required
success
boolean
required